home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 14461 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.0 KB

  1. Path: news.Gsu.EDU!gs01lmh
  2. From: gs01lmh@panther.Gsu.EDU (Louis Miller Hall)
  3. Newsgroups: comp.lang.c++
  4. Subject: HELP!! with Borland 4.5 for windows
  5. Date: 30 Mar 1996 20:41:50 GMT
  6. Organization: Georgia State University
  7. Message-ID: <4jk6ae$ioj@sphinx.Gsu.EDU>
  8. NNTP-Posting-Host: panther.gsu.edu
  9. NNTP-Posting-User: gs01lmh
  10. X-Newsreader: TIN [version 1.2 PL2]
  11.  
  12. I am having a problem linking basic EasyWin programs that I used to be 
  13. able to link easily.  I create a project by choosing "New Project" then 
  14. choose EasyWin in the Advanced Box I uncheck .def and .rc and go from 
  15. there.  I write my EasyWin .cpp program which compiles, but when I click 
  16. the lightning bolt I get the following error:
  17.  
  18. Linker Fatal:  Unable to open file 'cOwl.obj' 
  19.  
  20. even though my project looks like this:
  21.  
  22. date[.exe]
  23.   date[.cpp]  code size = 106  lines = 13 data = 11
  24.  
  25. these are the only files I have yet the compiler is still trying to link 
  26. the Owl file!!
  27.  
  28. Any ideas out there, I would truly appreciate any help and give my thanks 
  29. in advance.
  30.